Skip to content

Conversation

@jashminpatel
Copy link
Contributor

@jashminpatel jashminpatel commented Oct 25, 2025

Adds the v1.0.0 release of the nf-fovus plugin to the Nextflow plugin registry.

Key Features

  • Remote Storage Execution – Enables complete execution on remote storage environments.
  • Pre-Configuration Enhancements – Reduces initialization and wait times with smart defaults.
  • Simplified Pipeline Setup – Streamlines Nextflow configuration using intuitive fovus attributes.

@bentsherman
Copy link
Member

Hi @jashminpatel ,

We just launched the Nextflow plugin registry which is the new way to publish plugins. PRs against this repo are no longer supported, since the plugin registry will update it for you. Follow the instructions on the registry page to learn how to use the new Gradle plugin.

@jashminpatel
Copy link
Contributor Author

@bentsherman Thanks for informing.

I have migrated the code as per new guildlines. However during the release I am facing below error. Could you please help with that? Please let me know if you need anything else for debugging.

image

@bentsherman
Copy link
Member

Did you create an access token and set it in your gradle.properties ? It is described here. Just double-checking

@bentsherman
Copy link
Member

Also, did you specify a custom API URL in your gradle.properties. You shouldn't need to if you did

@jashminpatel
Copy link
Contributor Author

jashminpatel commented Oct 28, 2025

@bentsherman Thank you for your response.

Yes, I created an access token and added it to the $HOME/.gradle/gradle.properties file. When the token is missing, the build throws the following error.

image

I also verified that the script correctly uses the token by intentionally providing an invalid one — in that case, it returns a 401 - NOT_AUTHENTICATED error.

image

For your reference, I haven’t configured the API URL.

So, the above 403 - Forbidden error is different even after passing correct token. I have also tried creating multiple tokens but it gives same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants